From: Richard M. Stallman Date: Sat, 23 Apr 1994 05:14:32 +0000 (+0000) Subject: (ange-ftp-add-file-entry-alist): Fix typo in prev change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92019 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=085fa795f5d6d75891752448e786ae01935fc739;p=emacs.git (ange-ftp-add-file-entry-alist): Fix typo in prev change. --- diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 1c20af3c647..11aabf9728b 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -851,7 +851,7 @@ SIZE, if supplied, should be a prime number." ;;;; Internal variables. ;;;; ------------------------------------------------------------ -(defconst ange-ftp-version "$Revision: 1.45 $") +(defconst ange-ftp-version "$Revision: 1.46 $") (defvar ange-ftp-data-buffer-name " *ftp data*" "Buffer name to hold directory listing data received from ftp process.") @@ -2304,7 +2304,7 @@ away in the internal cache." "\\|Nov\\|Dec\\) +[0-3]?[0-9] ")) (defvar ange-ftp-add-file-entry-alist nil - ""Alist saying how to add file entries on certain OS types. + "Alist saying how to add file entries on certain OS types. Association list of pairs \( TYPE \. FUNC \), where FUNC is a function to be used to add a file entry for the OS TYPE. The main reason for this alist is to deal with file versions in VMS.")